*{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
/*

------------Pagina de proyecto 2021 - 2022-------------

*/

.Contenido-Total .Superacion{
    width: 80%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 50px;
}
.Contenido-Total .Superacion img{width: 100%;}
.regresar{
    text-decoration: none;
    position: relative;
    float: right;
    margin-left: 10%;
    top: 30px;
    background: rgb(230, 8, 230);
    color: white;
    font-size: 2em;
    border-radius: 15px 15px 15px 15px;
}
.regresar:hover{
    background: gray;
}
/*
.Superacion iframe{
    width: 90%;
    max-width: 95%;
    height: 500px;
}
*/

/**

---------------pagina de trayectoria------------------

**/
.Contenido-Total .proyectos{
    width: 70%;
    max-width:100%;
    margin-right: auto;
    margin-left: auto;
}
.Contenido-Total .proyectos img{
    margin-top: 20px;
    width: 100%;
    
}
.Contenido-Total .proyectos div{
    
    margin-right: auto;
    margin-left: auto;
}
@media all and (max-width:1100px){
    .Contenido-Total .proyectos{
        width: 85%;
    }
}

@media all and (max-width:500px){
    .Contenido-Total .proyectos{
        width: 100%;
    }
}

/**


---------------Mas proyectos------------------------


**/

.Espdeproyecto{
    width:80%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.proyectos201920{
    width: 90%;
    max-width: 95%;
}
.proyectos201920 h2{
    
    margin-top: 50px;
}
.proyectos201920  p, li{
    margin-top: 15px;
    color: black;
    text-align: justify;
    line-height: 28px;
}
.proyectos201920 img{
    margin: auto;
    display: block;
}
.proyectos201920 #racismoyxenofobia{
    width: 50%;
    max-width: 65%;
    height: 400px;
}
.proyectos201920 #Dibujosniños{
    width: 65%;
    max-width: 75%;
}


/**


---------------Pagina de Proyectos 2019 - 2020------------------------


**/

.masproyectos{
    width: 90%;
    max-width: 95%;
}
.masproyectos h2{
    
    margin-top: 50px;
}
.masproyectos  p, li{
    margin-top: 15px;
    color: black;
    text-align: justify;
    line-height: 28px;
}